Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.Exchangeable Namespace / IExtensionCollection<T> Interface / Add Method
The GUID key of the item.
The object to add to the GrapeCity.Spreadsheet.Collection<T>.


In This Topic
Add Method (IExtensionCollection<T>)
In This Topic
Adds an object to the end of the GrapeCity.Spreadsheet.Collection<T>.
Syntax
'Declaration
 
Sub Add( _
   ByVal key As Guid, _
   ByVal item As IExtension(Of T) _
) 
 
'Usage
 
Dim instance As IExtensionCollection(Of T)
Dim key As Guid
Dim item As IExtension(Of T)
 
instance.Add(key, item)

Parameters

key
The GUID key of the item.
item
The object to add to the GrapeCity.Spreadsheet.Collection<T>.
See Also